home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / mac / DirectX SDK / DXSDK / samples / Multimedia / VBSamples / DirectPlay / SimpleVoice / readme.txt < prev    next >
Text File  |  2001-10-10  |  850b  |  30 lines

  1. //-----------------------------------------------------------------------------
  2. // 
  3. // Sample Name: VB Simple Voice Sample
  4. // 
  5. // Copyright (C) 1999-2001 Microsoft Corporation. All rights reserved.
  6. // 
  7. //-----------------------------------------------------------------------------
  8.  
  9.  
  10. Description
  11. ===========
  12.   Simple Voice is similar in form to SimplePeer.  Once a player hosts or connects
  13.   to a session, the players can chat with either other.
  14.   
  15. Path
  16. ====
  17.   Source: DXSDK\Samples\Multimedia\VBSamples\DirectPlay\SimpleVoice
  18.  
  19.   Executable: DXSDK\Samples\Multimedia\VBSamples\DirectPlay\Bin
  20.  
  21. User's Guide
  22. ============
  23.   Refer to User's Guide section of the SimplePeer sample.
  24.  
  25. Programming Notes
  26. =================
  27.   The SimpleVoice differs by letting clients send audio data to all players
  28.   connected to the session.
  29.   
  30.